home *** CD-ROM | disk | FTP | other *** search
- Path: news.uni-jena.de!news
- From: mkt@isun04.inf.uni-jena.de (Tilo Koerbs)
- Newsgroups: comp.lang.c++
- Subject: Re: (no subject)
- Date: 31 Jan 1996 15:05:58 GMT
- Organization: Lehrstuhl fuer Rechnerarchitektur- und kommunikation, FSU Jena
- Message-ID: <4eo0gm$qlr@fsuj01.rz.uni-jena.de>
- References: <4enmro$kac@igubu.saix.net>
- Reply-To: mkt@isun04.inf.uni-jena.de
- NNTP-Posting-Host: isun07.inf.uni-jena.de
-
- Your ostream functions must be friends!!! The first operand of << is
- always a stream! To be a member function the first operand must be the object
- to call the function for. But you cannot change class ostream!
-
- Sorry, your program will never run.
- Bye.
-
-
-